projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
1ce0146
b85dd3e
)
Auto merge of #1837 - alexcrichton:travis-parallel, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 27 Jul 2015 17:38:01 +0000
(17:38 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 27 Jul 2015 17:38:01 +0000
(17:38 +0000)
This was previously set as travis would frequently fail to spawn a new process
due to resource limits being hit, but now that we're using `sudo: false` it's
looking like that infrastructure is more robust and we may be able to run tests
in parallel.
Trivial merge